Uses of Class
misc.Pair

Packages that use Pair
negotiator.boaframework   
negotiator.boaframework.agent   
negotiator.qualitymeasures   
 

Uses of Pair in negotiator.boaframework
 

Methods in negotiator.boaframework that return types with arguments of type Pair
 java.util.HashSet<Pair<java.lang.String,java.math.BigDecimal>> BOAparameter.getValuePairs()
          Returns all values of the parameters which satisfy [Lowerbound:Stepsize:Upperbound].
 

Uses of Pair in negotiator.boaframework.agent
 

Fields in negotiator.boaframework.agent with type parameters of type Pair
 java.util.ArrayList<Pair<Bid,java.lang.String>> BOAagent.savedOutcomes
          used to store MAC outcomes
 

Uses of Pair in negotiator.qualitymeasures
 

Methods in negotiator.qualitymeasures that return types with arguments of type Pair
 java.util.ArrayList<Pair<java.lang.Integer,BidDetails>> Trace.getOfferedBids()
           
 

Method parameters in negotiator.qualitymeasures with type arguments of type Pair
 void Trace.setOfferedBids(java.util.ArrayList<Pair<java.lang.Integer,BidDetails>> offeredBids)